home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / lang / PPCsmalltalk.lha / PPCSmallTalk / sources / primitive.h < prev    next >
Text File  |  1986-10-19  |  528b  |  23 lines

  1. /*
  2.     Little Smalltalk primitive definitions
  3.  
  4.     (only a subset of primitives are described here, 
  5.     basically those used by the courier and other systems routines.
  6.     All other primitives are known only by number) 
  7.  
  8. */
  9. # define EQTEST 7
  10. # define GAMMAFUN 77
  11. # define SYMEQTEST 91
  12. # define SYMPRINT  94
  13. # define FINDCLASS 99
  14. # define GROW 113
  15. # define BLKRETERROR 127
  16. # define REFCOUNTERROR 128
  17. # define NORESPONDERROR 129
  18. # define RAWPRINT 120
  19. # define PRINT 121
  20. # define ERRPRINT 123
  21. # define BLOCKEXECUTE 140
  22. # define DOPERFORM 143
  23.